Skip to content

Create KMPMatching.py #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create KMPMatching.py #29

wants to merge 1 commit into from

Conversation

KennethNero
Copy link

Added an algorithm that picks out matched patterns within a given string of another string.

This pull request is:

  • A new Algorithm
  • An update to an existing algorithm.
  • An error fix
  • Other (Describe below*)

This pull request fixes:
A missing implementation of the KMP Algorithm

Changes:

Added the KMP Algorithm to the list of string searching/matching algorithms.

Added an algorithm that picks out matched patterns within a given string of another string.
Copy link
Owner

@abranhe abranhe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for your contribution to The All ▲lgorithms Project. Without people like you submitting Pull Requests we couldn't run this project. You rock @KennethNero, but still, we need to add tests and docs.

You can read the contribution guide here: https://github.com/abranhe/allalgorithms-python/blob/master/.github/contributing.md

@abranhe abranhe added Documentation needed Documentation is required, so should be added Tests needed Test are required, so should be added labels Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation needed Documentation is required, so should be added Tests needed Test are required, so should be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants